From: Rico Tzschichholz Date: Mon, 25 Jan 2021 19:05:52 +0000 (+0100) Subject: gdk: Add missing g-i annotations for gdk_surface_translate_coordinates X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~83^2^2~486^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=9249717cf47ebd4c08c9ce13e74fb79ea307b33e;p=gtk4.git gdk: Add missing g-i annotations for gdk_surface_translate_coordinates --- diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c index f6919f3028..d0dbf52b85 100644 --- a/gdk/gdksurface.c +++ b/gdk/gdksurface.c @@ -2960,8 +2960,8 @@ gdk_surface_request_motion (GdkSurface *surface) * gdk_surface_translate_coordinates: * @from: the origin surface * @to: the target surface - * @x: coordinates to translate - * @y: coordinates to translate + * @x: (out): coordinates to translate + * @y: (out): coordinates to translate * * Translates the given coordinates from being * relative to the @from surface to being relative